home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TWEBEQUIVALENTDLG / TWEBEQUIVALENTDLG.txt
Text File  |  2005-06-02  |  1KB  |  70 lines

  1. object WebEquivalentDlg: TWebEquivalentDlg
  2.   Left = 490
  3.   Top = 289
  4.   BorderStyle = bsDialog
  5.   Caption = 'Equivalent Web'
  6.   ClientHeight = 158
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Sp'#233'cification FTP :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 72
  29.     Width = 101
  30.     Height = 13
  31.     Caption = 'URL Web '#233'quivalente :'
  32.   end
  33.   object FTPPathEdit: TEdit
  34.     Left = 16
  35.     Top = 32
  36.     Width = 313
  37.     Height = 21
  38.     Color = clBtnFace
  39.     ReadOnly = True
  40.     TabOrder = 0
  41.   end
  42.   object HTTPPathEdit: TEdit
  43.     Left = 16
  44.     Top = 88
  45.     Width = 313
  46.     Height = 21
  47.     TabOrder = 1
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 176
  51.     Top = 128
  52.     Width = 73
  53.     Height = 23
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object CancelBtn: TButton
  60.     Left = 256
  61.     Top = 128
  62.     Width = 73
  63.     Height = 23
  64.     Cancel = True
  65.     Caption = 'Annuler'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.